home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / en_US$RuntimeInstaller_properties.as < prev    next >
Text File  |  2009-02-12  |  4KB  |  65 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$RuntimeInstaller_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function en_US$RuntimeInstaller_properties()
  10.       {
  11.          super("en_US","RuntimeInstaller");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "msiInstallRejected":"Installing and uninstalling Adobe AIR on your system are not allowed by your administrator. Please contact your administrator.",
  18.             "msgInternalLogicError":"Internal runtime installer logic error",
  19.             "msgConfirmRemoveAir":"You are about to remove all versions of Adobe AIR. Installed applications that require Adobe AIR will no longer work.",
  20.             "lblUpdate":"Update:",
  21.             "titleAirSetup":"Adobe AIR Setup",
  22.             "shortUpdateText":"An update to Adobe AIR is ready to be installed.",
  23.             "titleAirUpdater":"Adobe AIR Updater",
  24.             "msgClickToContinue":"Click Continue to install Adobe AIR 1.5.1.",
  25.             "btnUpdate":"Update",
  26.             "msgConfirmInstallUpdate":"When would you like to install the update?",
  27.             "titleUninstall":"Uninstall Adobe AIR",
  28.             "msgConfirmUpdate":"This installer will update Adobe AIR.<br /><br />Click Update to install this update now.",
  29.             "titleInstCompleted":"Installation completed.",
  30.             "btnClose":"Close",
  31.             "msgInstallCanceled":"Installation canceled.",
  32.             "titleWelcome":"Welcome to the Adobe AIR Installer",
  33.             "progressCanceling":"Canceling...",
  34.             "genericUninstallError":"An error occurred while uninstalling Adobe AIR.  Uninstallation may not be allowed by your administrator. Please contact your administrator.",
  35.             "btnContinue":"Continue",
  36.             "progressUninstalling":"Uninstalling Adobe AIR...",
  37.             "btnUpdateLater":"Update Later",
  38.             "lblInstalled":"Installed:",
  39.             "titleError":"Sorry, an error has occurred.",
  40.             "titleUpdateAIR":"Update Adobe AIR",
  41.             "titleMainTitle":"Adobe┬« AIR┬«",
  42.             "linuxDistroUnknown":"Adobe AIR could not be installed because this is not a supported Linux distribution. Only RPM- and Debian-based Linux distributions are supported.",
  43.             "msgInstallSuccessful":"Adobe AIR has been successfully installed.",
  44.             "btnUninstall":"Uninstall",
  45.             "msgUninstallSuccessful":"Adobe AIR has been uninstalled.",
  46.             "genericInstallError":"An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.",
  47.             "updateText":"An update to Adobe AIR is ready to be installed. If you want to install it now, quit these running applications:",
  48.             "titleAlreadyInstalled":"Adobe AIR Already Installed",
  49.             "errVersionAlreadyInstalled":"This version of Adobe AIR is already installed on your system.",
  50.             "errNewerVersionAlreadyInstalled":"This version of Adobe AIR cannot be installed because a more recent version is already installed on your system.",
  51.             "progressInstalling":"Installing...",
  52.             "btnCancel":"Cancel",
  53.             "btnUpdateNow":"Update Now",
  54.             "titleNativeWindow":"Adobe AIR",
  55.             "titleUninstCompleted":"Uninstall completed.",
  56.             "btnFinish":"Finish",
  57.             "msgConfirmRemoveAirPrompt":"Are you sure you want to uninstall Adobe AIR?",
  58.             "windowsInstallInProgress":"Adobe AIR could not be installed because another application is already being installed. Complete the first installation before proceeding with this one.",
  59.             "rtInstMainWndWidth":"480",
  60.             "linuxKeyring":"Adobe AIR could not be installed. Either gnome-keyring or Kwallet must be installed prior to installing Adobe AIR."
  61.          };
  62.       }
  63.    }
  64. }
  65.